<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<!-- Skrypt pochodzi z ksiki "101 praktycznych skryptw"  -->
<!-- autor: Marcin Lis    e-mail: 101scripts@marcinlis.com  -->
<SCRIPT LANGUAGE= "JavaScript" type= "text/javascript">
<!-- Ukrycie przed przegldarkami nie obsugujcymi JavaScriptu
function showArrow(image){
 document.getElementById(image + 'a').src = "arrowa.gif";
 document.getElementById(image + 'b').src = "arrowb.gif";
}
function showBlank(image){
 document.getElementById(image + 'a').src  = "blank.gif";
 document.getElementById(image + 'b').src  = "blank.gif";
}
// Koniec kodu JavaScript -->
</SCRIPT>
</HEAD>
<BODY>
<DIV ID="layer1" ALIGN="center">
<TABLE>
<TR>
 <TD><IMG SRC="blank.gif" NAME="img1a">
 </TD>
 <TD     onMouseOver="showArrow('img1')"
         onMouseOut="showBlank('img1')">
 <A HREF = "http://helion.pl">Wydawnictwo Helion</A>
 </TD>
 <TD><IMG SRC="blank.gif" NAME="img1b">
 </TD>
</TR>
<TR>
 <TD><IMG SRC="blank.gif" NAME="img2a">
 </TD>
 <TD     onMouseOver="showArrow('img2')"
         onMouseOut="showBlank('img2')">
 <A HREF = "http://wp.pl">Wirtualna Polska</A>
 </TD>
 <TD><IMG SRC="blank.gif" NAME="img2b">
 </TD>
</TR>
<TR>
 <TD><IMG SRC="blank.gif" NAME="img3a">
 </TD>
 <TD     onMouseOver="showArrow('img3')"
         onMouseOut="showBlank('img3')">
 <A HREF = "http://onet.pl">Portal Onet</A>
 </TD>
 <TD><IMG SRC="blank.gif" NAME="img3b">
 </TD>
</TR>
<TR>
 <TD><IMG SRC="blank.gif" NAME="img4a">
 </TD>
 <TD     onMouseOver="showArrow('img4')"
         onMouseOut="showBlank('img4')">
 <A HREF = "http://interia.pl">Portal Interia</A>
 </TD>
 <TD><IMG SRC="blank.gif" NAME="img4b">
 </TD>
</TR>
<TR>
 <TD><IMG SRC="blank.gif" NAME="img5a">
 </TD>
 <TD     onMouseOver="showArrow('img5')"
         onMouseOut="showBlank('img5')">
 <A HREF = "http://google.com">Wyszukiwarka Google</A>
 </TD>
 <TD><IMG SRC="blank.gif" NAME="img5b">
 </TD>
</TR>
</TABLE>
</DIV>
</BODY>
</HTML>
